home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / grafik / 95NEOBOK / NBW30.EXE / NeoBook.exe / 0 / RCDATA / TFILEINSPECTORFORM / TFILEINSPECTORFORM.txt
Text File  |  1997-02-27  |  5KB  |  209 lines

  1. object FileInspectorForm: TFileInspectorForm
  2.   Left = 421
  3.   Top = 94
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsNone
  6.   Caption = 'File List'
  7.   ClientHeight = 303
  8.   ClientWidth = 189
  9.   Font.Color = clBtnText
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnHide = FormHide
  17.   OnResize = FormResize
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 15
  21.   object MainPanel: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 189
  25.     Height = 303
  26.     Align = alClient
  27.     BorderWidth = 3
  28.     Ctl3D = False
  29.     ParentCtl3D = False
  30.     TabOrder = 0
  31.     OnMouseDown = TitleBarMouseDown
  32.     OnMouseMove = MainPanelMouseMove
  33.     OnMouseUp = TitleBarMouseUp
  34.     object TitleBar: TPanel
  35.       Left = 4
  36.       Top = 4
  37.       Width = 181
  38.       Height = 18
  39.       Align = alTop
  40.       Alignment = taLeftJustify
  41.       BevelOuter = bvNone
  42.       Caption = ' Drag && Drop File Selector'
  43.       Color = clActiveCaption
  44.       Font.Color = clCaptionText
  45.       Font.Height = -12
  46.       Font.Name = 'Arial'
  47.       Font.Style = [fsBold]
  48.       ParentFont = False
  49.       TabOrder = 0
  50.       OnMouseDown = TitleBarMouseDown
  51.       OnMouseMove = TitleBarMouseMove
  52.       OnMouseUp = TitleBarMouseUp
  53.       object SysPanel: TPanel
  54.         Left = 150
  55.         Top = 0
  56.         Width = 31
  57.         Height = 18
  58.         Align = alRight
  59.         BevelOuter = bvNone
  60.         ParentColor = True
  61.         TabOrder = 0
  62.         OnMouseDown = TitleBarMouseDown
  63.         OnMouseMove = TitleBarMouseMove
  64.         OnMouseUp = TitleBarMouseUp
  65.         object RollUpBtn: TSpeedButton
  66.           Left = 2
  67.           Top = 4
  68.           Width = 12
  69.           Height = 12
  70.           OnClick = RollUpBtnClick
  71.         end
  72.         object CloseBtn: TSpeedButton
  73.           Left = 16
  74.           Top = 4
  75.           Width = 12
  76.           Height = 12
  77.           Glyph.Data = {
  78.             92000000424D9200000000000000760000002800000008000000070000000100
  79.             0400000000001C00000000000000000000001000000010000000000000000000
  80.             BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  81.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777007
  82.             70077700007777700777770000777007700777777777}
  83.           Margin = 0
  84.           OnClick = CloseBtnClick
  85.         end
  86.       end
  87.     end
  88.     object Spacer1: TPanel
  89.       Left = 4
  90.       Top = 22
  91.       Width = 181
  92.       Height = 4
  93.       Align = alTop
  94.       BevelOuter = bvNone
  95.       TabOrder = 1
  96.     end
  97.     object OkBtn: TButton
  98.       Left = -35
  99.       Top = 32
  100.       Width = 29
  101.       Height = 29
  102.       Default = True
  103.       TabOrder = 2
  104.       OnClick = OkBtnClick
  105.     end
  106.     object FilePanel: TPanel
  107.       Left = 4
  108.       Top = 26
  109.       Width = 181
  110.       Height = 273
  111.       Align = alClient
  112.       BevelOuter = bvNone
  113.       TabOrder = 3
  114.       object FilterPanel: TPanel
  115.         Left = 0
  116.         Top = 245
  117.         Width = 181
  118.         Height = 28
  119.         Align = alBottom
  120.         BevelOuter = bvNone
  121.         Caption = 'FilterPanel'
  122.         TabOrder = 0
  123.         object Label1: TLabel
  124.           Left = 0
  125.           Top = 8
  126.           Width = 52
  127.           Height = 15
  128.           Caption = 'File Type:'
  129.         end
  130.         object FilterBox: TComboBox
  131.           Left = 56
  132.           Top = 4
  133.           Width = 116
  134.           Height = 23
  135.           ItemHeight = 15
  136.           Items.Strings = (
  137.             '*.*'
  138.             '*.BMP *.GIF *.PCX *.PNG *.JPG *.TIF *.ICO *.WMF'
  139.             '*.TXT *.DOC'
  140.             '*.WAV *.MID'
  141.             '*.AVI *.MOV *.MPG;*.FLI;*.FLC'
  142.             '*.EXE *.COM *.PIF *.LNK *.BAT')
  143.           TabOrder = 0
  144.           Text = '*.*'
  145.           OnChange = FilterBoxChange
  146.           OnDropDown = FilterBoxDropDown
  147.           OnExit = FilterBoxExit
  148.           OnKeyDown = FilterBoxKeyDown
  149.         end
  150.       end
  151.       object LocationPanel: TPanel
  152.         Left = 0
  153.         Top = 0
  154.         Width = 181
  155.         Height = 17
  156.         Hint = 'Drag files from here and drop them on your publication'
  157.         Align = alTop
  158.         Alignment = taLeftJustify
  159.         BevelOuter = bvNone
  160.         ParentShowHint = False
  161.         ShowHint = True
  162.         TabOrder = 1
  163.       end
  164.       object Panel1: TPanel
  165.         Left = 0
  166.         Top = 17
  167.         Width = 181
  168.         Height = 228
  169.         Align = alClient
  170.         BevelOuter = bvLowered
  171.         BorderWidth = 1
  172.         TabOrder = 2
  173.         object FileList: TFileList
  174.           Left = 2
  175.           Top = 2
  176.           Width = 177
  177.           Height = 224
  178.           Cursor = 3
  179.           Align = alClient
  180.           BorderStyle = bsNone
  181.           Ctl3D = False
  182.           DragCursor = 8
  183.           Font.Color = clWindowText
  184.           Font.Height = -12
  185.           Font.Name = 'Arial'
  186.           Font.Style = []
  187.           ItemHeight = 18
  188.           MultiSelect = True
  189.           ParentCtl3D = False
  190.           ParentFont = False
  191.           TabOrder = 0
  192.           OnDblClick = FileListDblClick
  193.           OnDragOver = FileListDragOver
  194.           OnMouseMove = FileListMouseMove
  195.           OnChange = FileListChange
  196.           FileMask = '*.*'
  197.           TextCase = tcNone
  198.           FileDetails = [fdName]
  199.           ListDetails = [ldDrives, ldSystemDirectories, ldDirectories, ldFiles]
  200.           SearchMode = smNormal
  201.           BusyCursor = crHourGlass
  202.           HighlightFG = clHighlightText
  203.           HighlightBG = clHighlight
  204.         end
  205.       end
  206.     end
  207.   end
  208. end
  209.